home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / pc / explorer / function.dxr / 00201.ls < prev    next >
Encoding:
Text File  |  1997-07-22  |  696 b   |  26 lines

  1. on mouseUp
  2.   set the visible of sprite 3 to 0
  3.   set the visible of sprite 4 to 0
  4.   set the visible of sprite 5 to 0
  5.   set the visible of sprite 6 to 0
  6.   set the visible of sprite 7 to 0
  7.   set the visible of sprite 8 to 0
  8.   set the visible of sprite 13 to 0
  9.   set the visible of sprite 14 to 0
  10.   set the visible of sprite 11 to 0
  11.   sPlay("End0")
  12.   set the visible of sprite 3 to 1
  13.   set the visible of sprite 4 to 1
  14.   set the visible of sprite 5 to 1
  15.   set the visible of sprite 6 to 1
  16.   set the visible of sprite 7 to 1
  17.   set the visible of sprite 8 to 1
  18.   set the visible of sprite 13 to 1
  19.   set the visible of sprite 14 to 1
  20.   set the visible of sprite 11 to 1
  21. end
  22.  
  23. on mouseDown
  24.   button()
  25. end
  26.